projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9cf938
)
Fix duplicate custom group names in bibtex.el
author
Basil L. Contovounesios
<contovob@tcd.ie>
Wed, 15 Aug 2018 07:03:23 +0000
(10:03 +0300)
committer
Noam Postavsky
<npostavs@gmail.com>
Fri, 17 Aug 2018 19:22:06 +0000
(15:22 -0400)
* lisp/textmodes/bibtex.el (bibtex-BibTeX-entry-alist):
Change :group from BibTeX to bibtex. (bug#32436)
lisp/textmodes/bibtex.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/bibtex.el
b/lisp/textmodes/bibtex.el
index efab9d8e3bd9d416e09f0605016180123921985d..6294b8026ce6d1023ca7ebc53270dcc15ef62b0f 100644
(file)
--- a/
lisp/textmodes/bibtex.el
+++ b/
lisp/textmodes/bibtex.el
@@
-457,7
+457,7
@@
INIT is either the initial content of the field or a function,
which is called to determine the initial content of the field.
ALTERNATIVE if non-nil is an integer that numbers sets of
alternatives, starting from zero."
- :group '
BibTeX
+ :group '
bibtex
:version "26.1" ; add Conference
:type 'bibtex-entry-alist)
(put 'bibtex-BibTeX-entry-alist 'risky-local-variable t)